projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff806d
)
; Fix indentation in cl.texi example
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 26 Feb 2025 17:31:48 +0000
(18:31 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Wed, 26 Feb 2025 17:32:32 +0000
(18:32 +0100)
doc/misc/cl.texi
patch
|
blob
|
history
diff --git
a/doc/misc/cl.texi
b/doc/misc/cl.texi
index c210b711a984ca3f61c224d939a687e448b2641b..91ebf2b386224bd50ba737023a0f5cbfd1092ab1 100644
(file)
--- a/
doc/misc/cl.texi
+++ b/
doc/misc/cl.texi
@@
-640,7
+640,7
@@
For example:
@example
(cl-defmacro dolist ((var listform &optional resultform)
- &rest body)
+
&rest body)
@dots{})
@end example